================================================================================
  Math Unikernel -- Capstone Project 2
  README.txt -- Where to find what 
================================================================================

- math_unikernel_project_plan.pdf
    - Project plan for MATH UNIKERNEL, a specialized 64-bit bare-metal OS designed
      to eliminate "System Noise" for hardware-accelerated mathematical workloads.
      Covers: project vision, technical goals (boot protocol, memory architecture,
      stability, AVX/SSE acceleration), team roles & ownership, development timeline
      across 4 phases (Jan-April), tooling & environment, risk management, system
      diagrams, resources, and future work.

- math_unikernel_manual_and_documentation.pdf
    - Technical manual and documentation for the Math Unikernel OS. Covers: build
      prerequisites and steps (cross-compiler, xorriso, QEMU), OS usage in QEMU
      and on physical hardware, VSCode extension installation and usage (workload
      development and streaming), and per-component API documentation for gtd.c
      (Global Descriptor Table), pci.c (PCI), network.c (network layer), and
      loader.c (payload loader).

- math_unikernel_benchmarks.pdf
    - Benchmark results comparing the Math Unikernel against Linux on identical
      hardware (Panasonic CF-33 Toughbook, x86-64), using AVX/FMA SIMD instructions.
      Covers two workloads: 2048x2048 single-precision GEMM (15.92 vs 11.78 GFLOPS,
      1.352x speedup) and a 524,288-element dot product (nearly identical, 1.014x).
      Includes an Amdahl's Law analysis projecting a 30.6% overall inference speedup,
      and a full methodology table (matrix sizes, timing method, compiler flags).

- daily_scrum_meeting_minutes.pdf
    - Daily scrum meeting minutes for the project team (Ian Borges, Julian Manrique,
      Eddy Rodriguez, Lucas Arabi, Luis Canessa). Each entry records hours worked,
      tasks completed, tasks planned, and blockers per team member. Covers meetings
      from the start of the project through the final submission in April 2026.
